home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / CLIPART.PAK / INDICATE.RC < prev    next >
Encoding:
Text File  |  1997-05-06  |  682 b   |  25 lines

  1. // RC file for all standard AFX status indicators
  2.  
  3. #define APSTUDIO_READONLY_SYMBOLS
  4. #include "afxres.h"
  5. #undef APSTUDIO_READONLY_SYMBOLS
  6.  
  7. #ifdef APSTUDIO_INVOKED
  8. // This resource will prevent the App Studio user from saving this file
  9. 1 TEXTINCLUDE DISCARDABLE
  10. BEGIN
  11. "Cannot change standard MFC resources.\0"
  12. END
  13. #endif    // APSTUDIO_INVOKED
  14.  
  15.  
  16. STRINGTABLE DISCARDABLE
  17. BEGIN
  18.     ID_INDICATOR_EXT,           "EXT"
  19.     ID_INDICATOR_CAPS,          "CAP"           // supported
  20.     ID_INDICATOR_NUM,           "NUM"           // supported
  21.     ID_INDICATOR_SCRL,          "SCRL"          // supported
  22.     ID_INDICATOR_OVR,           "OVR"
  23.     ID_INDICATOR_REC,           "REC"
  24. END
  25.